programming4us
           
 
 
Applications Server

Exchange Server 2010 : Manage Access for Mobile Devices (part 2) - Manage Mobile Device Features and Settings

- Free product key for windows 10
- Free Product Key for Microsoft office 365
- Malwarebytes Premium 3.7.1 Serial Keys (LifeTime) 2019
7/10/2011 3:27:45 PM

2. Manage Mobile Device Features and Settings

Exchange allows many different types of mobile devices to connect and download data from the server. However, the features and settings available are different for each type of device. For example, the iPhone Exchange allows only basic PIN control and remote wipe capabilities, whereas Exchange allows Windows Mobile phones a much richer set of functionality and control.

2.1. Use Mobile Device Policies

Mobile device policies allow you to specify many settings and apply them all to multiple users. The following high-level steps are requiredc to use mobile device policies:

  1. Create the policy.

  2. Set up the features and settings in the policy.

  3. Apply the policy to users or groups.

2.1.1. Create a Mobile Device Policy

Use the following steps to create a mobile device policy in the EMC:

  1. In the EMC, browse to the Organization Configuration => Client Access node in the Console tree.

  2. In the Actions pane on the right, click the option New Exchange ActiveSync Mailbox Policy.

  3. In the New Exchange ActiveSync Mailbox Policy dialog box, type the name of the policy you are creating and select the basic requirements for the mobile device password for these users.

  4. Click the New button to create the policy.

  5. When the Completion dialog box is displayed, click the Finish button.

To create a policy in the EMS, you can use the New-ActiveSyncMailboxPolicy command. The following command creates a policy called Executive Policy with the default options set:

New-ActiveSyncMailboxPolicy 'Executive Policy'

2.1.2. Configure Features and Settings

There are many features and settings that you can define in ActiveSync policies. After you have created your mobile device policy, follow the steps in the section that corresponds to the features that you want to use. For example, if there is a feature that you want to disable, follow the steps in the "Disable Mobile Device Functionality" section.

2.1.3. Set a Mobile Device Policy on One or More Users

After the policy is created and configured, you can apply the policy to users. Policies can be applied to single users with the EMC or to groups of users in a batch with the EMS. Each user can only have one mobile device policy applied.

To set the policy on an individual user with the EMC:

  1. Open the EMC and browse to the Recipient Configuration => Mailbox node in the Console tree.

  2. The list of mailboxes is displayed in the Results pane in the center of the EMC. Select the mailbox that you want to apply the mobile device policy to and click the Properties option in the Actions pane on the right.

  3. In the properties dialog box for the mailbox, select the Mailbox Features tab.

    A list of features is displayed for the mailbox.

  4. Select the Exchange ActiveSync feature and click the Properties button above the feature list.

    This will allow you to set the ActiveSync mobile device policy on the mailbox.

  5. In the Exchange ActiveSync Properties dialog box, click the Browse button to open a window that enables you to browse through existing mobile device policies. Select the policy that you want to apply and click OK.

  6. Click OK to close the Exchange ActiveSync Properties dialog box. Then click OK to close the mailbox properties and apply the device policy.

You can also set the ActiveSync mailbox policy through the EMS by running the Set-CASMailbox command with the ActiveSyncMailboxPolicy parameter. The following example enables the policy called Executive Policy on each user that is in the Executive Users group:

Get-DistributionGroupMember "Executive Users" | 

Set-CASMailbox -ActiveSyncMailboxPolicy "Executive Policy"

2.2. Disable Mobile Device Functionality

You can control which functionality mobile devices have enabled using the ActiveSync Mailbox Policy that you previously created. When you disable one of the components in the ActiveSync Mailbox Policy, the component is disabled for the entire device, and not just for use in Outlook. The following features can be disabled for devices:

  • Removable storage (SD cards, compact flash cards, etc.)

  • Camera

  • Wireless network adapter

  • Infrared port

  • Internet sharing functionality

  • Remote desktop from the device

  • Synchronization with a desktop computer

  • Bluetooth capabilities (can be disabled completely or set to hands-free only)

2.2.1. Use the Exchange Management Console to Enable or Disable Mobile Device Features

To turn functionality on and off using the EMC:

  1. Open the EMC and browse to the Organization Configuration => Client Access node in the Console tree.

  2. In the Work area in the center of the EMC, select the Exchange ActiveSync Mailbox Policies tab.

  3. In the ActiveSync Mailbox Policies list, select the policy that you want to configure the features for.

  4. After selecting the policy that you want to modify, either double-click on it or select the Properties option from the Actions pane on the right of the EMC.

    This will bring up the properties dialog box for the policy.

  5. In the properties dialog box, click the Device tab. The list of features is displayed in this tab as check boxes. Check and uncheck the appropriate boxes to configure functionality for this device policy.

  6. Click OK to make the changes to the policy.

Make sure that this policy is applied to the appropriate users or you may inadvertently disable functionality for the wrong person!


2.2.2. Use the Exchange Management Shell to Enable or Disable Mobile Device Features

You can configure mobile device functionality options for the policy using the EMS as well. In the EMS, you should use the Set-ActiveSyncMailboxPolicy command with the parameters shown in Table 1.

Table 1. Parameters for Configuring Mobile Device Policies in the EMS
FunctionalityCommand ParameterPossible Values
Removable StorageAllowStorageCard$true, $false
CameraAllowCamera$true, $false
Wireless AdapterAllowWiFi$true, $false
Infrared PortAllowIrDA$true, $false
Internet SharingAllowInternetSharing$true, $false
Remote Desktop from the deviceAllowRemoteDesktop$true, $false
Synchronization with a Desktop PCAllowDesktopSync$true, $false
Bluetooth SettingsAllowBluetoothAllow, Disable, HandsFreeOnly

For example, to turn off Internet sharing and configure Bluetooth for hands-free only operation, you can run the following EMS command:

Set-ActiveSyncMailboxPolicy "Executive Policy" 

-AllowInternetSharing $false -AllowBluetooth

'HandsFreeOnly'

2.3. Manage Synchronization Settings

In addition to controlling the available features on mobile devices, you can control how the device synchronizes data with Exchange. The synchronization settings that you can specify through the ActiveSync policy are as follows:

  • How old synchronized email and calendar items are before they are no longer synchronized

  • The maximum size of email and attachments

  • Direct Push usage when a user is in a "roaming" area on their mobile phone. Direct Push is a feature that allows mobile devices to receive email as soon as it arrives at the server. Without Direct Push, devices have to initiate a synchronization either manually or on a predefined interval.

  • The formatting of synchronized messages (HTML or text)

NOTE

Not all of these synchronization features are available for every phone.

2.3.1. Use the Exchange Management Console to Manage Synchronization Settings

To manage synchronization settings in the EMC:

  1. Open the EMC and browse to the Organization Configuration => Client Access node in the Console tree.

  2. In the Work area, click the Exchange ActiveSync Mailbox Policies tab.

  3. Double-click on the policy that you want to configure synchronization settings for. You can also select the policy and click the Properties option in the Actions pane on the right.

  4. The properties dialog box for the policy will open. Click the Sync Settings tab.

  5. Configure the synchronization settings to your liking and click OK to make the changes to the policy.

2.3.2. Use the Exchange Management Shell to Manage Synchronization Settings

To configure these settings with the EMS, you can use the Set-ActiveSyncMailboxPolicy command. Table 2 lists the appropriate parameters to use with this command.

Table 2. Parameters for Configuring Sync Settings in the EMS
Sync SettingCommand ParameterPossible Values
Include Past Calendar ItemsMaxCalendarAgeFilterAll, TwoWeeks, OneMonth, ThreeMonths, SixMonths
Include Past Email ItemsMaxEmailAgeFilterAll, OneDay, ThreeDays, OneWeek, TwoWeeks, OneMonth
Limit Email Size To (KB)MaxEmailBodyTruncationSizeNumeric value measured in KB
Allow Direct Push When RoamingRequireManualSyncWhenRoaming$true, $false
Allow HTML-Formatted EmailAllowHTMLEmail$true, $false
Allow Attachments To Be Downloaded To DeviceAttachmentsEnabled$true, $false
Maximum Attachment Size (KB)MaxAttachmentSizeNumeric value measured in KB

As an example, the following command will set the maximum message size to 50 KB and disable attachment synchronization:

Set-ActiveSyncMailboxPolicy "Executive Policy" 

-MaxEmailBodyTruncationSize 50 -AttachmentsEnabled $false
Other -----------------
- Exchange Server 2010 : Manage Web-Based Email Access (part 2) - Configure OWA Features
- Exchange Server 2010 : Manage Web-Based Email Access (part 1) - Configure OWA URLs
- Exchange Server 2003 : Configuring Interoperability with Other SMTP Messaging Systems
- Exchange Server 2003 : Configuring SMTP Security and Advanced Options
- BizTalk Server 2006 Operations : Maintaining the BizTalk Group (part 3) - Restore Procedures
- BizTalk Server 2006 Operations : Maintaining the BizTalk Group (part 2) - Backup Procedures
- BizTalk Server 2006 Operations : Maintaining the BizTalk Group (part 1) - SQL Agent Job Configuration
- BizTalk Server 2006 Operations : Configuration and Management
- Exchange Server 2003 : SMTP Protocol Configuration and Management - Managing SMTP Message Transfer Support
- Exchange Server 2003 : Virtual Servers - Configuring Authentication
- Exchange Server 2003 : Configuring Virtual Server Settings
- Overview of Exchange Server 2003 Virtual Servers
- Microsoft Exchange Server 2003 : Public Folder Security
- Microsoft Exchange Server 2003 : Administering Public Folders
- BizTalk 2010 Recipes : Business Rules Framework - Deploying and Undeploying Policies
- BizTalk 2010 Recipes : Business Rules Framework - Calling the Business Rules Engine from an Orchestration
- BizTalk 2010 Recipes : Business Rules Framework - Calling the Business Rules Engine from dot NET
- BizTalk 2010 Recipes : Business Rules Framework - Creating Custom Fact Retrievers
- BizTalk 2010 Recipes : Business Rules Framework - Setting Rule Priorities
- BizTalk 2010 Recipes: Business Rules Framework - Creating Facts
 
 
 
Top 10
 
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 2) - Wireframes,Legends
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 1) - Swimlanes
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Formatting and sizing lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Adding shapes to lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Sizing containers
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 3) - The Other Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 2) - The Data Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 1) - The Format Properties of a Control
- Microsoft Access 2010 : Form Properties and Why Should You Use Them - Working with the Properties Window
- Microsoft Visio 2013 : Using the Organization Chart Wizard with new data
- First look: Apple Watch

- 3 Tips for Maintaining Your Cell Phone Battery (part 1)

- 3 Tips for Maintaining Your Cell Phone Battery (part 2)
programming4us programming4us